home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / movie2.dir / 00042_ÉÄÅ[ÉrÅ[âÊñ èâä²âª.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  926 b   |  37 lines

  1. global gvolume, gsoundmuteflg, gm_time, gm_num
  2.  
  3. on exitFrame
  4.   set gsoundmuteflg to 1
  5.   sound stop 1
  6.   set the soundLevel to gvolume
  7.   repeat with i = 1 to 15
  8.     puppetSprite(i, 1)
  9.   end repeat
  10.   set the memberNum of sprite 13 to the number of member ("V" & gvolume)
  11.   set the movieRate of sprite 15 to 0
  12.   set the volume of sprite 15 to 130
  13.   if gm_num = 7 then
  14.     set the memberNum of sprite 14 to the number of member "T1"
  15.     set the memberNum of sprite 15 to the number of member "M1"
  16.   else
  17.     set the memberNum of sprite 14 to the number of member ("T" & gm_num)
  18.     set the memberNum of sprite 15 to the number of member ("M" & gm_num)
  19.   end if
  20.   case gm_num of
  21.     1:
  22.       set gm_time to 27130
  23.     2:
  24.       set gm_time to 27131
  25.     3:
  26.       set gm_time to 22848
  27.     4:
  28.       set gm_time to 32276
  29.     5:
  30.       set gm_time to 22450
  31.     6:
  32.       set gm_time to 27796
  33.     7:
  34.       set gm_time to 27130
  35.   end case
  36. end
  37.